Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As IObjectRef(Of T)

Syntax

Visual Basic
Public Interface IObjectRef(Of T)
		Inherits IObjectRef, IObjectId, IEquatable(Of IObjectId), _
		IComparable(Of IObjectId)
C#
public interface IObjectRef<T> : IObjectRef, IObjectId, IEquatable<IObjectId>, 
		IComparable<IObjectId>
C++
generic<typename T>
public interface class IObjectRef : IObjectRef, IObjectId, IEquatable<IObjectId^>, 
		IComparable<IObjectId^>
J#

JScript

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also